golang.org/x/tools/internal/gcimporter.iexporter.localpkg (field)

6 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L109: 		p.localpkg = pkgs[0]
		iexport.go#L262: 	if w.p.localpkg != nil {
		iexport.go#L263: 		pkgObjs[w.p.localpkg] = nil
		iexport.go#L317: 	localpkg *types.Package // (nil in bundle mode)
		iexport.go#L399: 	if p.shallow && obj.Pkg() != p.localpkg {
		iexport.go#L423: 	if pkg == w.p.localpkg {